Einhugur OpenDocument Text Plugin for Xojo

DrawFrame.Height Method

Sets or gets width of the drawing frame.

Height(
   unit as EinhugurODT.LengthUnit) as Double

Height(
   unit as EinhugurODT.LengthUnit
   assigns value as Double)

Parameters

unit
The unit to use for the height or to get the height in.
value (assignment parameter)
The value when using the setter.

Returns

Double
The height in the requested unit.

Remarks

See Also

DrawFrame Class